* {
    margin: 0;
    padding: 0;
}
html {
    font-size: 14px;
    font-family: "Microsoft YaHei";
}
.f-inline-block {
    display: inline-block;
}
.f-flex {
    display: flex;
}
.f-absolute {
    position: absolute;
}
.f-relative {
    position: relative;
}
.f-pointer {
    cursor: pointer;
}
a {
    color: #303133;
    text-decoration: none;
}
img {
    border-style: none;
}
ul li {
    list-style-type: none;
}
.cell {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
input,
select,
button {
    outline: none;
}
.hide {
    display: none;
}
.opacity-hide {
    animation-name: light;
    animation-duration: 0.7s;
}
@keyframes light{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
/* 浮动 */
.f-left {
    float: left;
}
.f-right {
    float: right;
}
.f-clearfix:after {
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    content: '';
}
.f-clearfix {
    *zoom: 1;
}
.f-vertical {
    margin: 0 20px;
    display: inline-block;
    position: relative;
    top: -2px;
    height: 15px;
    background: #F1F1F1;
    border-left: 1px solid #DCDCDC;
}
.brean-nav {
    color: #333333;
}
.head-wrap {
    background-image: url(2020-banner-header.png);
    background-repeat: no-repeat;
    background-size: 100% 75%;
}
.head-logo {
    margin: 0 auto;
    width: 1280px;
    height: 180px;
}
.head-logo img {
    margin-top: 43px;
}
.header-time {
    margin-top: 15px;
    color: #235BC8;
    text-shadow: 1px 1px 1px #fff;
    float: right;
}
.header-input {
    padding: 0 10px;
    margin-top: 70px;
    width: 300px;
    height: 36px;
    outline: none;
    border: 0;
    background: #FFFFFF;
    box-shadow: 0px 1px 8px rgba(37, 100, 176, 0.1);
}
.header-search img {
    padding: 8px 15px 9px 15px;
    position: absolute;
    right: 0;
    top: 27px;
    background: #235BC8;
    border-radius: 0 2px 2px 0;
    cursor: pointer;
}
/* 导航 */
.head-nav {
    height: 60px;
    line-height: 60px;
    background: #235BC8;
}
.head-nav ul {
    width: 1280px;
    margin: 0 auto;
}
.nav-li,
.nav-li a {
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 256px;
    cursor: pointer;
    display: table-cell;
}
.nav-li a img {
    position: relative;
    top: 2px;
    margin-right: 10px;
}
.nav-li a img.nav-vertical {
    position: absolute;
    right: -10px;
    top: 19px;
}
.nav-li img {
    position: relative;
    top: 5px;
}
.nav-hover,
.nav-li:hover {
    background: #1078ED;
}
.content-wrap {
    background: #F9F9F9;
}
.content-center {
    margin: 0 auto;
    padding: 20px;
    width: 1240px;
    background: #fff;
}
/* 栏目和跟多按钮 */
.news-title-more {
    border-bottom: 1px #DCDCDC solid;
}
.news-title-more .news-title {
    padding: 0 15px;
    height: 32px;
    font-size: 18px;
    color: #606266;
    display: inline-block;
}
.news-title-more .news-title-hover {
    margin-bottom: 0px;
    font-weight: bold;
    color: #235BC8;
    border-bottom: 3px #235BC8 solid;
}
.news-title-more .news-title-hover a{color: #235BC8;}
.news-title-more .news-more {
    font-size: 14px;
    color: #999;
    margin-top: 5px;
}
.news-title-more .news-more img {
    margin-left: 5px;
    position: relative;
    top: 2px;
}
/* 新闻标题，时间 */
.news-content .news-title-icon {
    position: relative;
    top: -14px;
    margin-right: 5px;
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #BCDBF4;
    box-shadow: 0px -2px 2px rgba(1, 82, 147, 0.15);
}
.news-content .news-title-name {
    color: #303133;
    height: 34px;
    line-height: 34px;
    display: inline-block;
}
.news-content .news-title-name:hover {
    color: #235BC8;
}
.news-content .news-title-time {
    margin-top: 8px;
    color: #999;
}
/* footer */
.footer-wrap {
    padding-top: 10px;
    background: #F9F9F9;
}
.footer {
    width: 1240px;
    padding: 20px;
    margin: 0 auto;
    background: #fff;
}
.footer-web {
    margin-top: 20px;
}
.footer-web a {
    width: 198px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #235BC8;
    border: 1px #235BC8 solid;
    display: inline-block;
    margin-right: 3px;
    border-radius: 2px;
}
.footer-link-wrap {
    margin-top: 20px;
}
.footer-link-wrap span {
    font-weight: bold;
    color: #235BC8;
    width: 300px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}
.footer-link-wrap span a {
    color: #235BC8;
}
.footer-line {
    width: 1240px;
    height: 6px;
    background: #235BC8;
}
.footer-bottom {
    margin-top: 40px;
}
.footer-info .footer-info-div {
    color: #666;
    margin-bottom: 12px;
}
.footer-info .footer-info-div a {
    color: #666;
}
.footer-info .footer-info-div a:hover {
    color: #235BC8;
}
.column-nav {
    position: relative;
    top: 10px;
    font-size: 12px;
    color: #333333;
}
/* 分页 */
.pagination {
    clear: both;
    width: 100%;
    text-align: right;
    margin: 10px 0 5px;
    padding: 3px 0;
    line-height: 24px;
    font-size: 12px;
}
.pagination span.disabled,
.pagination span.disabled:hover {
    border: 1px solid #E4E7ED;
    color: #666;
    background: #eee;
}
.pagination span.current,
.pagination span.current:hover {
    background: #235BC8;
    border: 1px solid #235BC8;
    color: #fff;
}
.pagination a,
.pagination span {
    display: inline-block;
    border: 1px solid #E4E7ED;
    color: #666;
    margin: 3px;
    padding: 2px 11px;
    text-decoration: none;
    white-space: nowrap;
    height: 24px;
}
.pagination .inputBar {
    border: 0px;
    height: 26px;
    padding: 0 5px;
}
.pagination .inputBar input {
    width: 40px;
    height: 20px;
    line-height: 20px;
    padding: 2px 5px;
    border: #E4E7ED 1px solid;
    margin: -3px 3px 0;
    *margin: -3px 3px 0;
    _margin: -3px 3px 0;
    background: #eee;
    vertical-align: middle;
    outline: none;
}
.pagination button {
    display: inline-block;
    font-size: 12px;
    width: 50px;
    height: 28px;
    line-height: 20px;
    border: #E4E7ED 1px solid;
    margin: -4px 0px 0 3px;
    _margin: -3px 3px 0;
    background: #fff;
    vertical-align: middle;
    color: #666;
    outline: none;
    cursor: pointer;
}
.pagination .total {
    border: 0px;
    height: 26px;
    padding: 0;
}
/* 左侧有栏目的新闻列表 */
.left-column-wrap {
    margin-right: 20px;
}
.left-column {
    margin-bottom: 10px;
    width: 215px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #333333;
    text-align: center;
    background: #F2F5F8;
    cursor: pointer;
}
.left-column-hover,
.left-column:hover {
    color: #fff;
    background: #1472DF;
}
/* 新闻详情 */
.news-detail-top-wrap {
    padding: 25px 80px 15px;
    background: #F9F9F9;
    margin: 5px 0 15px 0;
}
.news-detail-top-info {
    margin-bottom: 15px;
    color: #666666;
}
.news-detail-top-info .news-detail-top-span {
    color: #333333;
}
.news-detail-title {
    margin: 0 auto;
    text-align: center;
    width: 775px;
    font-size: 32px;
    color: #333333;
}
.news-detail-info {
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    color: #666666;
    text-align: center;
}
.news-detail-info .detail-info {
    margin: 30px 30px;
    display: inline-block;
}
.news-detail-info .detail-info .detail-info-img {
    position: relative;
    top: 3px;
    width: 15px;
    margin: 0 3px;
}
.news-detail-content {
    padding: 40px;
    border-top: 6px #F9F9F9 solid;
}
.annex-wrap {
    margin-top: 40px;
    color: #666;
    font-size: 16px;
}
.annex-file {
    margin-bottom: 15px;
}
.annex-wrap img {
    position: relative;
    top: 2px;
}
.annex-wrap a {
    margin: 10px 0 0;
    display: inline-block;
    color: #235BC8;
}
.annex-wrap .annex-file a {
    text-decoration: underline;
}
.related-news {
    margin-bottom: 15px;
}
/* 表格表单 */
.table-write-wrap table {
    margin: 20px auto;
    width: 90%;
    table-layout: fixed;
    border-bottom: 1px #DCDCDC solid;
    border-right: 1px #DCDCDC solid;
    display: flex;
}
.table-write-wrap table tr td {
    height: 58px;
    border-top: 1px #DCDCDC solid;
    border-left: 1px #DCDCDC solid;
}
.basic-info {
    margin-left: 40px;
    width: 4px;
    height: 12px;
    background: #235BC8;
    display: inline-block;
}
.basic-info-title {
    padding-left: 5px;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
}
.red-require {
    padding-right: 3px;
    color: #F56C6C;
}
.table-write-wrap table .write-title {
    width: 200px;
    background: #F7FAFF;
    text-align: center;
    color: #333333;
}
.table-write-wrap table .write-input {
    width: 360px;
    outline: none;
    color: #666;
}
.table-write-wrap table .write-input .write-input-text,
.table-write-wrap table .write-input .write-input-textarea {
    margin: 10px;
    padding: 0 10px;
    width: 318px;
    height: 38px;
    border: 1px solid #DCDCDC;
    border-radius: 2px;
    outline: none;
}
.table-write-wrap table .write-input .write-input-textarea {
    width: 880px;
    height: 100px;
    padding: 10px;
    resize: none;
}
.table-write-wrap table .write-input label {
    margin: 0 10px;
}
.table-write-wrap table .write-input select {
    margin: 10px;
    padding: 0 10px;
    width: 338px;
    height: 38px;
    border: 1px solid #DCDCDC;
    border-radius: 2px;
}
.table-write-wrap table .input-file {
    position: relative;
    margin: 10px 0 0 10px;
    width: 88px;
    z-index: 20;
    height: 32px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.table-write-wrap table .upload-choose {
    position: relative;
    top: -9px;
    left: 10px;
    margin-top: -24px;
    width: 88px;
    height: 32px;
    line-height: 32px;
    background: #FFFFFF;
    border: 1px solid #DCDFE6;
    color: #606266;
    z-index: 10;
    text-align: center;
    cursor: pointer;
}
.verify-wrap {
    text-align: center;
}
.verify-wrap label {
    color: #666666;
}
.verify-wrap label input {
    width: 380px;
    height: 38px;
    border: 1px solid #DCDCDC;
    border-radius: 2px;
    outline: none;
    padding: 0 10px;
    margin-left: 10px;
}
.verify-wrap label img {
    position: relative;
    top: 14px;
    left: 10px;
}
.form-btn-wrap {
    text-align: center;
    margin: 30px;
}
.form-btn-wrap .re-write {
    margin-left: 20px;
    background: #F0F0F0;
    color: #333333;
}
.form-btn-wrap button {
    width: 100px;
    height: 38px;
    background: #235BC8;
    color: #fff;
    border: 0;
}
/* 底部链接 */
.footer-link-jump-one,
.footer-link-jump-two,
.footer-link-jump-three,
.footer-link-jump-four {
    width: 250px;
    margin-top: -5px;
    padding: 0px 20px 10px 20px;
    border-bottom: 3px #235BC8 solid;
    background: #f9f9fa;
}
.footer-link-jump-one,
.footer-link-jump-two,
.footer-link-jump-four {
    left: 5px;
    bottom: 50px;
    border-bottom: 0px #235BC8 solid;
    border-top: 3px #235BC8 solid;
}
.footer-link-jump-two {
    left: 310px;
}
.footer-link-jump-four {
    bottom: 50px;
    left: 920px;
}
.footer-link-one,
.footer-link-two,
.footer-link-three,
.footer-link-four {
    height: 50px;
    line-height: 50px;
    display: inline-block;
}
.footer-link-jump-one a,
.footer-link-jump-two a,
.footer-link-jump-three a,
.footer-link-jump-four a {
    padding: 7px 0;
    width: 250px;
    display: inline-block;
}
.footer-link-jump-one a:hover,
.footer-link-jump-two a:hover,
.footer-link-jump-three a:hover,
.footer-link-jump-four a:hover {
    color: #235BC8;
}